home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / ORBMECHD / CONVERT.H next >
Text File  |  1990-08-06  |  565b  |  24 lines

  1. #define        ZERO                48
  2. #define        ONE                    49
  3. #define        TWO                    50
  4. #define        THREE                51
  5. #define        FOUR                52
  6. #define        FIVE                53
  7. #define        SIX                    54 
  8. #define        SEVEN                55
  9. #define        EIGHT                56
  10. #define        NINE                57
  11. #define        POINT                46
  12. #define        MINUS                45
  13. #define        SPACE                  32
  14. #define        COMMA                44
  15. #define        LET_E                101
  16. #define        LET_D                100
  17. #define        MULT_PT                3100
  18. #define        NON_START_MINUS        3102
  19. #define        BAD_CHARACTER        3103
  20. #define        EXP_NON_START_MINUS    3104
  21. #define        BAD_CHAR            3105
  22. #define        SIG_OVERFLOW        3106
  23. #define        EXP_OVERFLOW        3107
  24. #define        DEC_PT_IN_EXP        3108